|
Workout With Friends
Stay fit with a little motivation
|
Makes sure that a field exists in the database. More...


Public Member Functions | |
| def | __call__ |
Public Member Functions inherited from wowf.lib.validators.Unique | |
| def | __init__ |
Public Attributes | |
| column | |
| message | |
Public Attributes inherited from wowf.lib.validators.Unique | |
| model | |
| column | |
| message | |
Makes sure that a field exists in the database.
Definition at line 48 of file validators.py.
| def wowf.lib.validators.Exists.__call__ | ( | self, | |
| form, | |||
| field | |||
| ) |
Reimplemented from wowf.lib.validators.Unique.
Definition at line 50 of file validators.py.
| wowf.lib.validators.Exists.column |
Definition at line 51 of file validators.py.
| wowf.lib.validators.Exists.message |
Definition at line 54 of file validators.py.
1.8.1.2